This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Justin Umnugenjip 3.Oct.03 01:06 PM a Web browser Applications Development6.0.2 CF2; 6.0.2 CF1; 6.0.2; 6.0.1 CF3; 6.0.1 CF2; 6.0.1 CF1; 6.0.1; 6.0Windows 2000; Windows XP
I have a server application that needs to query Notes for the user's free-busy information.
Basically my code does this: because <SP> is removed in posts I added (...) to enhance readability
start loop
....create session
....For each User
........evaluate (convert smtp to x400 addr)
........session.FreeTimeSearch(....)
........Broadcast changes
....Next User
....destroy session
....wait 15 minutes
goto start loop
The problem is, as time goes by the program just allocates more and more memory on my own computer and on the notes server as well. The memory is not released until the program terminates.
I have coded the example using both the C++ API 2.4, COM (with VB and C++), same problem in varying degree, but the trend is clear.
This behavior would be acceptable for a short lived process, but not for a server application, the computer will eventually run out of memory.
By the way the problem also exist in 5.0.x